:: (html_element -> [html_element]) -> ([html_element] -> [html_element]) -package:speculate package:LambdaHack

Map a function over all the elements of a container and concatenate the resulting lists.
Same as >>=, but with the arguments interchanged.